.dx-dashboard-item .dashboard-custom-btn-list-container {
	width: 100%;
    height: 100%;
    overflow-y: auto;

	padding: 16px;

	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dx-dashboard-item .dashboard-custom-btn-list-btn {
	text-align: left;
	padding: 8px 16px;
	background-color: white;
	border: none;
	cursor: pointer;
	border-left: 2px solid transparent;
}

.dx-dashboard-item .dashboard-custom-btn-list-btn span {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
}

.dx-dashboard-item .dashboard-custom-btn-list-btn:hover {
	background-color: #f7f8fa;
	border-left: 2px solid #8c8282;
}

.dx-dashboard-item .dashboard-custom-btn-list-btn.list-btn-selected {
	background-color: #f7f8fa;
	border-left: 2px solid #8c8282;
}